home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlb14.dir / 00095_Script_95 < prev    next >
Text File  |  1994-11-15  |  292b  |  21 lines

  1. global num, turn, left, right, forw, down, nowFrame 
  2. set nowFrame = "lbfir000016n°°"
  3.  
  4. unLoadCast 13,91
  5.  
  6. set left = 1
  7. set right = 1
  8. set forw = 0
  9. set down = 0
  10. set num = 10
  11. if turn = 1 then
  12.   go to the frame + 1
  13.   set turn = 0
  14. else
  15.   buttonState()
  16.   play the frame
  17. end if
  18.  
  19.  
  20.  
  21.